Import Content from a PIE file

Import content items stored in a Pyramid PIE archive file.

Method

/API2/content/importContent

  • API Section: /API2/content
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
    • Domain Admin
    • Pro
    • Analyst
    • Viewer

Method Signature

Input Parameters

Name

pieApiObject

Object Type

Description

The object representing the details for where to import a PIE file of content.

Output Response

Successful Result Code

200

Response Type

Description of Response Type

The import content items result object from importing content into the system.

Notes

PIE files can contain any content items previously exported - including folders. Certain content items will include constituent (child) items as well. The response from the method - ImportApiResultObject - a map of the item id that was exported associated to a list of ConnStringDscApiObject, where each object holds a connection string property and a flag that indicated whether a data source change is required for the item.It is recommended that this API would not get executed in parallel.

Examples